home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11569 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  842 b 

  1. Path: nntp.neu.edu!cguffey
  2. From: cguffey@lynx.dac.neu.edu (chris t guffey)
  3. Newsgroups: comp.lang.c
  4. Subject: DOS mouse/keyboard interfaces
  5. Date: 25 Mar 1996 03:47:59 GMT
  6. Organization: Northeastern University, Boston, MA. 02115, USA
  7. Message-ID: <4j551f$6f0@chaos.dac.neu.edu>
  8. NNTP-Posting-Host: lynx.dac.neu.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. I am currently writting a DOS program in C and I have code that
  12. implements a mouse but I cannot figure out how to get the program to
  13. take either mouse or keyboard inputs at once, that is at the moment I
  14. only know how to write the program to take either mouse input or
  15. keyboard, i want to write the program like for example word where you
  16. constantly have the option to either use the keyboard or the mouse, right
  17. now my program can only look for one type of user input.
  18.  
  19.                     cguffey@ccs.neu.edu
  20.